home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Random2.0 / Documentation / README.Features < prev    next >
Text File  |  1995-06-12  |  1KB  |  37 lines

  1. ----------------------------------------------------------------------
  2.  
  3. Random
  4.  
  5. Version 2.0
  6. 1992 May 29
  7.  
  8. Written by Gregor N. Purdy
  9. gregor@umich.edu
  10.  
  11. Copyright (C) 1191, 1992 Contemporary Design Studios.
  12. All rights reserved.
  13.  
  14. ----------------------------------------------------------------------
  15.  
  16. New features since 1.1:
  17.     *    New extensible architecture separating pseudo-random bit
  18.         generation from interpretation (as BOOL, double, etc.).
  19.     *    Additional engines: R250Engine, StandardEngine.
  20.     *    More efficient use of bits (see randMin:Max: in Random).
  21.     *    Better percent method (potentially non-portable, though. See
  22.         Random).
  23.     *    More testing programs.
  24.     *    Two new graphical demos: RandPlot and RandHist.
  25.  
  26.  
  27. New features since 1.0:
  28.  
  29.     *    Gaussian variables;
  30.     *    Arbitrary distribution (via randFunc: method);
  31.     *    Nicer distribution policy;
  32.     *    Two neat histogram testing programs, one for flat distributions
  33.         (from percent method), and one for Gaussian distributions (from
  34.     gaussian method).
  35.  
  36.  
  37. ----------------------------------------------------------------------